home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / LNSEFCTS.ZIP / LE_SAMP2.POV < prev    next >
Encoding:
Text File  |  1997-07-18  |  521 b   |  15 lines

  1. // LENS EFFECTS: PREDEFINED EFFECTS SAMPLE 2
  2. // *****************************************
  3. // This scene illustrates the following lens effects:
  4. //
  5. // LEFT: "Rainbow" - the default lens effect with a rainbow ring
  6. // TOP-RIGHT: "Rainbow2" - a lens flare with a rainbow coloured glow,
  7. //    and triangular spots
  8.  
  9.    #declare effect_location = <-3, 1, 8>
  10.    #declare effect_type = "Rainbow" #include "LENS.INC"
  11.  
  12.    #declare effect_location = <3, 3, 10>
  13.    #declare effect_type = "Rainbow2" #include "LENS.INC"
  14.  
  15.